Package com.cisco.pt.ipc.sim.pdu
Interface DHCPOption
- All Known Subinterfaces:
DHCPOptionClientIdentifier,DHCPOptionDomainName,DHCPOptionDomainNameServer,DHCPOptionVendorSpecific,DHCPSubOptionCircuitId,DHCPSubOptionRemoteId
- All Known Implementing Classes:
DHCPOptionClientIdentifierImpl,DHCPOptionDomainNameImpl,DHCPOptionDomainNameServerImpl,DHCPOptionImpl,DHCPOptionVendorSpecificImpl,DHCPSubOptionCircuitIdImpl,DHCPSubOptionRemoteIdImpl
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetGetOptionCode(Byte getOptionCode) voidsetGetOptionLength(Byte getOptionLength) voidsetGetSubOptions(List<DHCPOption> getSubOptions) Methods inherited from interface com.cisco.pt.ipc.sim.pdu.Signal
encodeTypeAndPayload, getFieldValue, getOrderedFieldNames, pduRead
-
Method Details
-
getGetOptionCode
Byte getGetOptionCode()- Returns:
- Byte Returns a Byte
-
setGetOptionCode
- Parameters:
getOptionCode- Takes in a parameter of getOptionCode
-
getGetOptionLength
Byte getGetOptionLength()- Returns:
- Byte Returns a Byte
-
setGetOptionLength
- Parameters:
getOptionLength- Takes in a parameter of getOptionLength
-
getGetSubOptions
List<DHCPOption> getGetSubOptions()- Returns:
- List<DHCPOption> Returns a List<DHCPOption>
-
setGetSubOptions
- Parameters:
getSubOptions- Takes in a parameter of getSubOptions
-